de.ueberdosis.mp3info
Class ID3V2Exception

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--de.ueberdosis.mp3info.ID3V2Exception
All Implemented Interfaces:
java.io.Serializable

public class ID3V2Exception
extends java.lang.Exception

Contains information about a possibly encountered ID3V2-Tag

See Also:
Serialized Form

Constructor Summary
ID3V2Exception(java.lang.String message)
           
 
Method Summary
 long getPosition()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ID3V2Exception

public ID3V2Exception(java.lang.String message)
Method Detail

getPosition

public long getPosition()